home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPASSPHRASEINPUTFORM / TPASSPHRASEINPUTFORM.txt
Text File  |  2004-10-12  |  1KB  |  75 lines

  1. object PassphraseInputForm: TPassphraseInputForm
  2.   Left = 285
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 8
  7.   Caption = 'Passphrase Input'
  8.   ClientHeight = 146
  9.   ClientWidth = 594
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lSigner: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 594
  24.     Height = 20
  25.     Align = alTop
  26.     AutoSize = False
  27.     FocusControl = cbSigner
  28.   end
  29.   object lPassphrase: TLabel
  30.     Left = 0
  31.     Top = 56
  32.     Width = 55
  33.     Height = 13
  34.     Caption = '&Passphrase'
  35.     FocusControl = cbPassphrase
  36.   end
  37.   object cbSigner: TComboBox
  38.     Left = 0
  39.     Top = 24
  40.     Width = 593
  41.     Height = 21
  42.     Style = csDropDownList
  43.     ItemHeight = 13
  44.     TabOrder = 0
  45.   end
  46.   object bOK: TButton
  47.     Left = 416
  48.     Top = 112
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 2
  55.   end
  56.   object bCancel: TButton
  57.     Left = 504
  58.     Top = 112
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 3
  65.   end
  66.   object cbPassphrase: TEdit
  67.     Left = 0
  68.     Top = 72
  69.     Width = 593
  70.     Height = 21
  71.     PasswordChar = '*'
  72.     TabOrder = 1
  73.   end
  74. end
  75.